modify an instruction - translation to russian
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

modify an instruction - translation to russian

CLASS OF COMPUTER OPERATIONS
RMW; Read modify write; Read-modify-write

modify an instruction      

общая лексика

видоизменять команду

branch instruction         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

команда перехода

машинная команда или оператор языка программирования, позволяющий изменить порядок выполнения команд или операторов программы

вычислительная техника

команда ветвления

conditional branch         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

условный переход

оператор языка программирования или машинная команда, которая заставляет процессор перейти на другое место программы и продолжить её выполнение с него, если в результате предыдущих операций выполнилось заданное в операторе (в команде) условие

синоним

conditional jump

Definition

АН
марка самолетов, разработанных под руководством О. К. Антонова и в КБ его имени. Среди них "Руслан", "Мрия".

Wikipedia

Read–modify–write

In computer science, read–modify–write is a class of atomic operations (such as test-and-set, fetch-and-add, and compare-and-swap) that both read a memory location and write a new value into it simultaneously, either with a completely new value or some function of the previous value. These operations prevent race conditions in multi-threaded applications. Typically they are used to implement mutexes or semaphores. These atomic operations are also heavily used in non-blocking synchronization.

Maurice Herlihy (1991) ranks atomic operations by their consensus numbers, as follows:

  • : memory-to-memory move and swap, augmented queue, compare-and-swap, fetch-and-cons, sticky byte, load-link/store-conditional (LL/SC)
  • 2n − 2: n-register assignment
  • 2: test-and-set, swap, fetch-and-add, queue, stack
  • 1: atomic read and atomic write

It is impossible to implement an operation that requires a given consensus number with only operations with a lower consensus number, no matter how many of such operations one uses. Read–modify–write instructions often produce unexpected results when used on I/O devices, as a write operation may not affect the same internal register that would be accessed in a read operation.

This term is also associated with RAID levels that perform actual write operations as atomic read–modify–write sequences. Such RAID levels include RAID 4, RAID 5 and RAID 6.

What is the Russian for modify an instruction? Translation of &#39modify an instruction&#39 to Russi